home *** CD-ROM | disk | FTP | other *** search
- global nextCategory, Pic3
-
- on mouseEnter me
- if Pic3 <> 1 then
- sprite(40).memberNum = 377
- end if
- end
-
- on mouseLeave me
- if Pic3 <> 1 then
- sprite(40).memberNum = 378
- end if
- end
-
- on mouseUp me
- if the frame < 2125 then
- if Pic3 = 1 then
- go(the frame)
- else
- nextCategory = "Pic3"
- if the frameLabel = "First" then
- go(marker(nextCategory))
- else
- if the frameLabel = "Ready" then
- go(marker(nextCategory))
- else
- if marker(0) = "Jump" then
- go(marker("Jump"))
- else
- go(the frame + 1)
- end if
- end if
- end if
- end if
- end if
- end
-